toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]CertificateErrorCallback
/
Params
Params
interface
Params
The parameters of the
CertificateErrorCallback
.
Members
Functions
certificate
Link copied to clipboard
open
fun
certificate
(
)
:
Certificate
Returns the SSL certificate bound to the request which the certificate error occurred in.
error
Link copied to clipboard
open
fun
error
(
)
:
NetError
Returns the network error code which describes the reason of the certificate error.
is
Main
Frame
Link copied to clipboard
open
fun
isMainFrame
(
)
:
Boolean
Indicates whether the navigation is taking place in the main frame.
url
Link copied to clipboard
open
fun
url
(
)
:
String
Returns a string that represents the URL of the request that required the client certificate selection.